home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1654 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  903 b 

  1. Path: ldvgpi26.eikon.e-technik.tu-muenchen.de!flowerp
  2. From: flowerp@ldvgpi26.eikon.e-technik.tu-muenchen.de (CHRISTIAN BUCHNER )
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Datatype write method?
  5. Date: 22 Jan 1996 14:45:03 GMT
  6. Organization: EIKON Elektrotechnik TU Muenchen
  7. Distribution: world
  8. Message-ID: <4e07tf$oe2@sparcserver.lrz-muenchen.de>
  9. References: <4b3uvv$8l5@tuegate.tue.nl>
  10. NNTP-Posting-Host: ldvgpi26.eikon.e-technik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Leon Woestenberg (leon@esrac.ele.tue.nl) wrote: > Hello all,
  14.  
  15. > Datatypes do have a 'write' method, don't they? Why is it that many picture
  16. > datatypes don't feature this? Lazyness?
  17.  
  18. No. Not lazyness.
  19.  
  20. The DTM_WRITE method makes the superclass save the data in Amiga-Native format, e.g. 
  21. 8SVX and ILBM.
  22.  
  23. No chance to make a subclass (e.g. WAVE datatype) save its data in WAVE format, sigh.
  24.  
  25.   //
  26. \X/ Flowerpower
  27.  
  28.